-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Fix two small typos in "What is Consul?" introduction #21110
docs: Fix two small typos in "What is Consul?" introduction #21110
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@beckilee, a backport is missing for this PR [21110] for versions [1.18] please perform the backport manually and add the following snippet to your backport PR description:
|
1 similar comment
@beckilee, a backport is missing for this PR [21110] for versions [1.18] please perform the backport manually and add the following snippet to your backport PR description:
|
* Xw/update changelog main (#21108) * update changelog * docs: Fix two small typos in "What is Consul?" introduction (#21110) docs: Fix two typos in Consul introduction * latest ui files in main (#21119) * cow * remove mutexT * fix compilation * delete cow * passing tests * fixes * some fixes * fix delete bug * fix ret * fix delete logic * benchmark tests * fix data race * small bench * no clone * delete in benchmark * upgrade deep-copy version, upgrade go to 1.22.3 (#21113) * upgrade deep-copy version, upgrade go to 1.22.3 * add changelog * fix memory usages * some fixes * fix race * some optimizations * fix race * some optimizations in delete * some fixes * fix memory * fix race * binary search * some fixes * fix race * some optimizations with type conversion * removed some type conversions * removed some more tyep coversion * benchmarking * fix lint * add more data for benchmarks --------- Co-authored-by: wangxinyi7 <xinyi.wang@hashicorp.com> Co-authored-by: Becki Lee <becki.lee@gmail.com> Co-authored-by: John Murret <john.murret@hashicorp.com> Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
Description
This PR fixes #21109. It addresses two small typos in the What is Consul? introductory documentation.
This is my first contribution to Consul, so please let me know if there's anything I need to change. Thanks!
Testing & Reproduction steps
Not applicable
Links
PR Checklist